@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */

@import "/common/css/format.css";

/* SP
--------------------------------------- */
@media only screen and (max-width: 736px) {
	body {
		background: #FFF8BE;
		line-height: 1;
	}
	ul.disc {
		margin-left: 10px;
	}
	ul.disc li {
		list-style: disc;
		margin-left: 1em;
		line-height: 1.4;
	}
	.red {
		color: #FF0000;
	}

	.hide_sp {
		display: none;
	}
	.img_auto {
		width: 100%;
		height: auto;
	}


	header{
		width: 100%;
	}

	header h1{
		width: 100%;
		text-indent: -9999px;
		background: #ffe100 url(/event/game/auction/2019/img/head_sp.jpg) center center no-repeat;
		background-size: contain;
		height: 0;
		padding-top: 56.25%;
	}


	footer {
		display: table;
		position: relative;
		width: 100%;
		height: 139px;
		background: #FFF8BE url(/event/game/auction/2019/img/bg_footer_sp.png) center center no-repeat;
		background-size: cover;
	}
	footer p {
		position: absolute;
		width: 100%;
		bottom: 25px;
		margin: 0;
		color: #000;
		text-align: center;
	}

	nav {
		background: #ffe100 url(/event/game/auction/2019/img/bg_nav_sp.gif) center center no-repeat;
		background-size: cover;

	}
	nav ul{
		width: 100%;
		letter-spacing: -0.5em;
		text-align: center;
	}
	nav li {
		display: inline-block;
		width: 50%;
		height: auto;
		letter-spacing: normal;
		border-bottom: 1px solid #e0b313;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;

	}
	nav li.link-off{
		background: rgba( 0,0,0,.4);
		padding: 10px 0;
	}
	nav li.logo{
		width: 100%;
	}
	nav li.guide,
	nav li.bid{
		border-left: 1px solid #e0b313;
	}
	nav li.bid,	nav li.member{
		border-bottom: none;
	}
	nav li a{
		display: block;
		padding: 10px 0;
	}
	nav li img{
		height: 16px;
		width: auto;
	}
	nav li.logo img{
		height: 28px;
		width: auto;
	}

	article .wrap {
		margin: 15px 10px 30px 10px;
		padding: 20px 12px;
		background: #FFFFFF;
		font-size: 14px;
		line-height: 1.4;
	}
	article h2.stl {
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: #FFFFFF url(/event/game/auction/2019/img/bg_stl.gif) center center repeat-x;
		background-size: cover;
	}

	article h2.stl img{
		height: 30px;
		width: auto;
		vertical-align: middle;
	}

	.btn_area {
		margin-top: 20px;
	}
	.btn_area p {
		margin-bottom: 10px;
		text-align: center;
	}
	.btn_area li {
		margin-top: 10px;
		text-align: center;
	}

/*-----------------------------
	INTRO
------------------------------*/
	#intro {
		padding: 30px 15px;
		background: #000;
	}
	#intro h2{
		text-align: center;
	}
	#intro h2 img{
		width: 270px;
		height: auto;
	}
	#intro h3{
		padding-top: 10px;
	}
	#intro h3 img{
		width: 100%;
		height: auto;
	}
	#intro h3 img#stl_1{
		padding-bottom: 10px;
	}
	#intro dl{
		width: 100%;
	}
	#intro dt {
		margin: 20px 0;
		text-align: center;
	}
	#intro dt img {
		width: 100%;
		height: auto;
	}
	#intro dd {
		margin-top: 10px;
		color: #FFF;
		font-size: 13px;
		line-height: 1.8;
	}
	#intro p {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	#intro p img {
		width: 100%;
		height: auto;
	}

/*-----------------------------
	OUTLINE
------------------------------*/

	#outline dl {
		margin-bottom: 15px;
		font-size: 13px;
	}
	#outline dl:last-child {
		margin-bottom: 0;
	}
	#outline dt {
		font-weight: bold;
	}

/*-----------------------------
	PLAYERLIST
------------------------------*/
	#playerlist p.lead {
		margin-bottom: 15px;
		font-size: 13px;
	}
	#playerlist .list_wrap h4 {
		padding: 5px 0;
		margin-bottom: 10px;
		background: #d3d3d3;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
	}
	#playerlist .list_wrap p {
		margin-bottom: 15px;
		font-size: 13px;
		text-align: center;
	}
	#playerlist .flex_between_wrap {
		padding-bottom: 10px;
	}
	#playerlist .flex_between_wrap div {
		width: 49%;
		display: inline-block;
		margin-right: 0;
		vertical-align: top;
	}
	#playerlist .list_wrap.player p {
		margin: 0;
		margin-bottom: 5px;
		text-align: left;
	}
	#playerlist input[type="radio"] {
		width: 16px;
		height: 16px;
		vertical-align: -2px;
	}

/*-----------------------------
	NOTES
------------------------------*/
	#notes li {
		font-size: 12px;
		margin-bottom: 10px;
	}
	#notes li:last-child {
		margin-bottom: 0;
	}

/*-----------------------------
	GUIDE
------------------------------*/
	#guide
	#guide p {
		margin-bottom: 10px;
	}
	#guide dt {
		margin: 10px 0 5px 0;
		font-weight: bold;
	}

/*-----------------------------
	RULE
------------------------------*/
	#rule dl {
		padding-bottom: 10px;
	}
	#rule .wrap > p {
		padding-bottom: 10px;
	}
	#rule dt {
		font-weight: bold;
	}
	#rule dd {
		padding: 0 0 10px 10px;
	}
	#rule dd > ol{
		list-style-type: decimal;
		line-height: 2.0;
		margin-left: 10px;
	}

/*-----------------------------
	REGIST
------------------------------*/
	#regist .bar{
		width: 100%;
		height: 0;
		background: url(../img/bar_regist_sp.gif) 0 0 no-repeat;
		text-indent: -9999px;
		padding:25% 0 20px 0;
		background-size: contain;
	}
	#regist.interim .bar{
		width: 100%;
		height: 0;
		background: url(../img/bar_interimregist_sp.gif) 0 0 no-repeat;
		text-indent: -9999px;
		padding:25% 0 20px 0;
		background-size: contain;
	}
	#regist p{
		font-size: 12px;
		line-height: 1.6;
	}
	#regist p a{
		color: #cc0000;
		word-break:break-all;
	}
	#regist p.links{
		padding: 15px 0;
	}
	#regist table.basic{
		margin: 15px 0 20px 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#regist table.basic tr{
		display: block;
		margin-top: 10px;
	}
	#regist table.basic th{
		background: #fffad2;
		font-weight: normal;
		padding: 10px;
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: none;
	}
	#regist table.basic td{
		background: #efefef;
		padding: 10px;
		display: block;
	}
	span.must{
		color: #cc0000;
	}
	select{
		padding: 5px;
		font-size: 14px;
	}
	input[type="text"],
	input[type="password"]{
		padding: 5px;
		font-size: 14px;
	}
	input[type="text"].w1 {
		width: 50px;
	}

	input[type="text"].w2 {
		width: 80px;
	}
	input[type="text"].w3 {
		width: 200px;
	}
	.btn_area.clearfix input{
		width: 100%;
		height: auto;
	}
	#sys-error{
		background: #FFEEEE;
		padding: 15px;
		margin-top: 20px;
	}
	#sys-error p{
		color: #cc0000;
		font-weight: bold;
		padding-bottom: 10px;
	}

	#sys-error li{
		color: #cc0000;
		list-style-type: disc;
		margin-left: 2em;
		font-size: 12px;
	}
	/*-----------------------------
		WITHDRAW
	------------------------------*/



}
